
    body {
      font-family: 'DM Sans';
    }

    .contacthead h1 {
        font-size: 56px;
    }
    
    .text1{
        display:block;
      }
      .text2{
        display:none;
      }
    .conformsec h3{
      font-size: 36px;
      color: #044095;
      }

      .conformsec p{
        color: #000;
        font-size: 17px;
      }
      .cardtext{
        margin-top: -5%;
        margin-left: 18%;
        margin-left: -53px;
      }

      .formser .containerf1 .text {
          font-size: 30px;
        }

      .servicecontent,.servicecontent1 {
      width:256px !important;
    }
    .serviceside4 h3 {
      font-size: 17px;
      line-height: 22px;
    }
    .servicesour {
    }
    .serviceside4 {
      margin-left: 2%;
      border-radius: 27px;
    }
      .contimg img{
        width: 549px;
        height:320px;
        margin-top: 18px;
        margin-left: 24px;
      }

      .contimg1 img{
        width:549px;
        height:320px;  
        margin-top: 18px;
      }

      .contimg1{
        margin-top: -16px;
        margin-left: 10px;;
      }

      .cardtext1{
        margin-top: -2%;
        margin-left: -2%;
      }

      .text-left {
        text-align: left;
        padding-left: 8%;
        margin-right: -18px;
      }

      .cardtext1 h5 { 
        margin-left: 14%;
      }

      
    .quotes a {
      font-size: 19px;
      display: inline-block;
      padding: 0px 20px;
      text-transform:inherit;
      text-decoration: none;
      background: #044095;
      color: #fff;
      font-weight: 500;
      height: 49px;
      width: 194px;
      border-radius: 32px;
      line-height: 49px;
      display: inline-block;
      margin-top: 8px;
    }
    .ownmenu ul.dropdown li ul.dropdown 
    {
        left: 100%;
        top: inherit;
        background: #044095;
    }
    .ownmenu ul.dropdown li:hover > a 
        {
        color: #000;
        font-weight: 500;
        }
    .containerf1{
      height: 510px;
      width: 456px;
      background: #fff;
      padding: 25px 80px 65px 40px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      margin-left: 10%;
      border-radius: 10px;
    }
    .containerf1 .text{
    text-align: center;
    font-size: 30px;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .containerf1 form{
    padding: 0px 0 0 0;
    }
    .containerf1 form .form-row{
      
      margin: 2px 0;
    }
    form .form-row .input-data{
    width: 100%;
    height: 37px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
    }
    form .form-row .textarea{
    height: 70px;
    }
    .input-data input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 18px;
    text-transform: inherit;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    }
    .input-data input:focus ~ label, .textarea textarea:focus ~ label,
    .input-data input:valid ~ label, .textarea textarea:valid ~ label{
    transform: translateY(-20px);
    font-size: 14px;
    }
    .textarea textarea{
    resize: none;
    padding-top: 10px;
    }
    .input-data label{
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 17px;
    font-weight:500;
    transition: all 0.3s ease;
    }
    .textarea label{
    width: 100%;
    bottom: 40px;
    background: #fff;
    }
    .input-data .underline{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    }
    .input-data .underline:before{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #3498db;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    }
    .input-data input:focus ~ .underline:before,
    .input-data input:valid ~ .underline:before,
    .textarea textarea:focus ~ .underline:before,
    .textarea textarea:valid ~ .underline:before{
    transform: scale(1);
    }
    .submit-btn{
      background-color: #044095;
      color:#fff;
      text-transform: inherit;
      height:50px;
      border-radius: 5px;
      font-size:18px;
    }
    .submit-btn .input-data{
    overflow: hidden;
    height: 45px!important;
    width: 25%!important;
    }
    .submit-btn .input-data .inner{
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    transition: all 0.4s;
    }
    .submit-btn .input-data:hover .inner{
    left: 0;
    }
    .submit-btn .input-data input{
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    }
    #submit1{
    height:45px;
    }
    .formser {
      padding-top: 3%;
    }
    .conformsec {
        margin-top: 36%;
        margin-left: 1%;
    }
    @media (max-width: 700px) {
      .containerf1 {
      height: 422px;
      width: 309px;
      background: #fff;
      padding: 25px 40px 10px 40px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      margin-left: 4%;
      border-radius: 26px;
    }
    .containerf1 .text{
      font-size: 24px;
    }
    .containerf1 form{
      padding: 10px 0 0 0;
    }
    .containerf1 form .form-row{
      display: block;
    }
    form .form-row .input-data{
      margin: 35px 0!important;
    }
    .submit-btn .input-data{
      width: 40%!important;
    }
    .btn{
        padding:15px;
        font-size:12px;
        text-transform: inherit;
        padding-top: 0px;
    }
    form .form-row .input-data {
      width: 90%;
      height: 20px;
      margin: 0 20px;
      position: relative;
      margin-bottom: 15px;
    }
    }

    @media(min-width:320px) and (max-width:480px) {
      .text1{
        display:none;
      }
      .text2{
        display:block;
      }
      .conformsec h3 {
          color: #044095;
          text-transform: inherit;
          line-height: 31.25px;
          font-size: 19px !important;
          font-weight: 600 !important;
      }
      .conformsec p {
          color: #000000;
          padding-top: 5px;
          font-size: 16px;
          line-height: 25px;
          font-weight: 500;
      }
      .contactcard {
          background-color: #fff;
          width: 89% !important;
          margin-left: 5%;
          border-radius: 15px;
          padding:20px;
      }
      .cardtext h3 {
          color: #044095;
          text-transform: capitalize;
          margin-left: 3rem;
          font-size: 17px !important;
          font-weight: 600;
      }
      .contimg1 {
          margin-top: -5px;
          margin-bottom: -19px;
          margin-left: -4px;
          /* padding: 20px; */
      }
      .cardtext1 {
          margin-top: -12% !important;
          margin-left: -51%;
      }
      .cardtext1 p {
        color: #000000;
        text-transform: capitalize;
        margin-left: 25px !important;
      }
      .cardtext1 h5 {
          color: #044095;
          font-size: 17px !important;
          font-weight: 600;
          margin-left: 45px !important;
      }
      .formser .containerf1 .text {
          font-size: 30px;
          text-align: left;
      }
      header .logo img {
      z-index: 3;
      position: relative;
      margin-left: 31px;
      }
      .ourlocationcon h1 {
          color: #044095;
          text-transform: initial;
          font-size: 19px;
          font-weight: 600;
      }
      .cardtext {
        margin-top: -5%;
        margin-left: -53px !important;
    }
      .contacthead {
      padding: 25px;
      }
      .contacthead h1 {
      font-size: 36px;
      }
      .conformsec {
        margin-top: -30px;
        }
      .conformsec h3 {
        font-size: 25px;
        font-weight: 400;
      }
      .containerf1 {
        height: 460px;
        
        width: 303px;
        background: #fff;
        padding: 25px 40px 10px 40px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin-left: 4%;
        border-radius: 26px;
      }
      .containerf1 .text {
        font-size: 20px;
      }
        .input-data label {
        bottom: 10px;
        font-size: 15px;
        font-weight: 400;
        transition: all 0.3s ease;
      }
      .submit1{
      height: 36px;
        margin-top: -10px;
        font-size:16px;
      }

      #submit1{
        height: 40px;
        margin-top: -21px;
        font-size:16px;
      }

      .containerf1 form .form-row {
          margin: -25px 0;
      }
      
      .cardtext{
        padding-top:14rem;
        margin-right:8rem;
      }
      .cardtext h3 {
          color: #044095;
          text-transform: capitalize;
          margin-left: 3rem;
          font-size: 25px;
          font-weight: 600;
        }
        .cardtext p {
          color: #000000;
          text-transform: capitalize;
          margin-left: 3rem;
          font-size: 15px;
        }
        .cardtext1 h3 {
        color: #044095;
        text-transform: capitalize;
        margin-left: 23px;
        font-size: 17px !important;
        font-weight: 600;
      }

      .usfooter img {
      width: 86%;
      display: block;
      margin-left: 31px;
      }
      
      .cardtext1 h5 {
        color: #044095;
        font-size: 20px;
        font-weight: 600;
        margin-left: 24px;
      }

      .contimg img
      {
        width: 300px;
        height: 196px;
        margin-left:-55px;
        margin-bottom: -100%;
      }

      .contimg1 img {
        width: 300px;
        height: 195px;
      }

      .cardtext1 p {
        font-size: 15px;
        margin-bottom: 8px;
      }
    }

        @media(min-width:393px) and (max-width:500px) {
          .quotes1 {
          margin-left: 25rem;
          }
          header .logo {
          margin-left: -6%;
          }
          .containerf1 {
            height: 420px;
            width: 100%;
            padding: 25px 40px 10px 60px;
            margin-left: 0%;
            border-radius: 26px;
        }
        .contimg img {
            width: 320px;
            height: 215px;
            margin-left: -68px;
          }
          .contimg1 img {
            width: 325px;
            height: 200px;
        }
        }
    
      .cardtext {
          margin-top: -5%;
          margin-left: 18%;
         
      }


      @media screen and (min-width: 768px) and (max-width: 1024px)
      {
        .contacthead {
          padding: 10px;
       }
        .contactsec {
          padding-bottom: 5px; 
        }
      
        .conheadr h1 {
          font-size: 3.8rem; /* Resize heading */
        }
      
        .contactsec1 {
          padding-top: 10px;
          padding-bottom: 80px;
        
        }
        .contactcontainer {
          padding: 0 15px;
        }
        .conformsec h3 {
          font-size: 24px;
          line-height: 1.5;
        }
        .conformsec p {
          font-size: 14px;
        }
        .formser {
          margin-top: 0px;
        }
        .formser .containerf1 .text {
          font-size: 25px;
      }
        .containerf1 .text {
          font-size: 18px;
          text-align: center;
        }
        .input-data input[type="text"],
        .input-data input[type="email"],
        .input-data input[type="number"] {
          font-size: 14px;
          padding: 8px;
        }
        .input-data label {
          font-size: 12px;
        }
        .submit-btn {
          font-size: 13px;
          padding: 10px 15px;
          width: 100%;
        }
        .containerf1 {
        height: 420px;
        width: 320px;
        background: #fff;
        padding: 25px 80px 65px 40px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        margin-left: 4%;
        border-radius: 10px;
    
      }
      .containerf1 form .form-row {
        margin: -25px 0;
     }

     form .form-row .input-data {
      width: 100%;
      height: 30px;
      margin: 0 20px;
      position: relative;
      margin-bottom: 15px;
    }

    .locationcon {
      padding-top: 10px;
      background-color: #DCEAFF;
  }

    .ourlocationcon h1 {
        font-size: 34px;
        text-align: center;
        margin-bottom: 20px;
    }

    .container {
        padding: 0 15px;
    }

    .contactcard {
      margin: 0 auto 20px;
      width: 97% !important;
      height: 255px;
    }

    .contactcard .card {
        display: flex;
        flex-direction: column;
    }
    
    .contactcard .card-body {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
    }

      .contimg, .contimg1 {
          flex: 0 0 40%;
          max-width: 40%;
          text-align: center;
          padding: 10px;
      }

      .contimg img {
        width: 355px;
        height: 255px;
        margin-top: -15px;
        margin-left: 8px;
    }
    .cardtext, .cardtext1 {
        max-width: 55%;
    }

    .cardtext h3, .cardtext1 h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .cardtext h3{
      margin-left:0px;
      padding-left:1px;
      margin-top: -10px;
    }
    .cardtext p{
      padding-left:1px;
    }

    .contimg1 img{
      width: 355px;
        height: 255px;
        margin-left: -74px;
        margin-top: -16px;
    }

    .cardtext1 h3{
      margin-top: -70px;
      padding-left:1px;
     }


    .cardtext p, .cardtext1 p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    .cardtext1 h5 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: 10%;
      
    }

  
  }    
       
      
  